home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Graphics / Commander / definitions / Tutorial_3-C.def < prev    next >
Encoding:
Text File  |  2000-03-23  |  289 b   |  27 lines

  1. Define Font "Font1" (
  2.     Name "Topaz2.font"
  3.     Size 8
  4. )
  5.  
  6. Define Window "Main" (
  7.     Position 10 20
  8.     Size 150 200
  9.     Title
  10. )
  11.  
  12. Window "Main" (
  13.     Border (
  14.         Position 10 20
  15.         Size 107 40
  16.         Fill 3
  17.     )
  18.     Text "Plain Text" (
  19.         Position 20 35
  20.     )
  21.     Text "Shadow Text" (
  22.         Position 20 50
  23.         Color 2
  24.         Shadow
  25.     )
  26. )
  27.